home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 95 / DPPCZ1100.7z / Dppcz1100.mdf / ExPlay / Tactical Ops / TacticalOps12.exe / README-s_kAmmoAuto-Aliases.txt < prev    next >
Text File  |  2000-07-14  |  7KB  |  141 lines

  1. ;=============================================================================
  2. ;    README-s_kAmmoAuto-Aliases.txt (s_kAmmoAuto command use in USER.INI)
  3. ;=============================================================================
  4. ;
  5. ; Tactical Ops
  6. ; - http://www.planetunreal.com/tacticalops
  7. ;
  8. ;  Source code rights:
  9. ;  Copyright (C) 2000 Laurent "SHAG" Delayen and Benoit "JAH" Delayen
  10. ;  Addendum July 2000, Michael "IvanTT" Sanders
  11. ;
  12. ;=============================================================================
  13. ;  
  14. ;  This command is intended for use with Unreal Tournament / Tactical Ops modification only.
  15. ;  
  16. ;  Please read the following information carefully.  The intent it to provide you with 
  17. ;  enough information to modify your initialization file correctly so that it will
  18. ;  provide you with the game play you want.
  19. ;
  20. ;  Use a text editor, Windows Notepad (NOTEPAD.EXE) is fine, and open the USER.INI file
  21. ;  located on the hard drive where you installed UT, probably in the SYSTEM directory 
  22. ;  within the UNREALTOURNAMENT directory, i.e. C:\UNREALTOURNAMENT\SYSTEM\USER.INI.
  23. ;
  24. ;  Modify the Alias settings in the [Engine.Input] section of USER.INI.  A normal unused
  25. ;  alias should look something like the one below where the number, in this case 27, will
  26. ;  be between 0 and 39 (I believe UT only allows 40 aliases, don't know why).
  27.  
  28.     Aliases[27]=(Command="",Alias=None)
  29.  
  30. ;  Replace the Command and Alias values with the following:
  31.  
  32.     Aliases[27]=(Command="s_kAmmoAuto 102",Alias=TO_BuyDEagle)
  33.  
  34. ;  Pay close attention to syntax (formatting) being sure not to miss the quotes around  
  35. ;  the Command value.  The actual command is s_kAmmoAuto with a corresponding number, 
  36. ;  which are detailed later.  Notice there are no quotes for the Alias value and you can
  37. ;  make the alias value anything meaningful.  Also be sure to have a different Aliases[]
  38. ;  number for each alias.  All of the examples in this file use Aliases[27] for clarity.
  39. ;  Now assign the alias value to any unused key farther down in the USER.INI.
  40.  
  41.     P=TO_BuyDEagle
  42.  
  43. ;  Save the USER.INI files and start a Tactical Ops game.  Once the match has started, assuming
  44. ;  you are in a buy zone, have enough money, and don't already have one, you can purchase 
  45. ;  one DEagle pistol simply by pressing the 'P' key.
  46. ;
  47. ;
  48. ;-----------------------------  Command Listing  -----------------------------
  49. ;
  50. ;  Below is a list of all possible commands you can use and there respective meanings.
  51. ;  Pay close attention to the s_kAmmoAuto number.  We realize the numbers jump around 
  52. ;  a bit, but that gives us plenty of room to add new weapons and equipment later!
  53. ;  You can also make combinations to suit your game play talents!  Remember that in 
  54. ;  order to buy, you must be in a buy zone, you must have enough money, and you can 
  55. ;  only purchase one of each weapon at a time.  Enjoy!
  56. ;
  57. ;  -----------  Tactical Ops Weapons  ------------------------------------------------ 
  58. ;
  59. ;  (self explanatory)
  60.  
  61.     Aliases[27]=(Command="s_kAmmoAuto 101",Alias=TO_BuyGlock)
  62.     Aliases[27]=(Command="s_kAmmoAuto 102",Alias=TO_BuyDEagle)
  63.     Aliases[27]=(Command="s_kAmmoAuto 103",Alias=TO_BuyMAC10)
  64.     Aliases[27]=(Command="s_kAmmoAuto 104",Alias=TO_BuyMP5)
  65.     Aliases[27]=(Command="s_kAmmoAuto 105",Alias=TO_BuyMossberg)
  66.     Aliases[27]=(Command="s_kAmmoAuto 106",Alias=TO_BuyM3)
  67.     Aliases[27]=(Command="s_kAmmoAuto 107",Alias=TO_BuyAK47)
  68.     Aliases[27]=(Command="s_kAmmoAuto 108",Alias=TO_BuyM4A1)
  69.     Aliases[27]=(Command="s_kAmmoAuto 109",Alias=TO_BuyFAMAS)
  70.     Aliases[27]=(Command="s_kAmmoAuto 110",Alias=TO_BuyHKSR9)
  71.     Aliases[27]=(Command="s_kAmmoAuto 111",Alias=TO_BuySR9)
  72.     Aliases[27]=(Command="s_kAmmoAuto 112",Alias=TO_BuyPSG1)
  73.     Aliases[27]=(Command="s_kAmmoAuto 113",Alias=TO_BuyGrenadeHE)
  74.     Aliases[27]=(Command="s_kAmmoAuto 114",Alias=TO_BuyGrenadeFlashBang)
  75.     Aliases[27]=(Command="s_kAmmoAuto 115",Alias=TO_BuyGrenadeConcussion)
  76.  
  77.  
  78. ;  -----------  Tactical Ops Armor  -------------------------------------------------- 
  79. ;
  80. ;  (these purchase armor items if you are either not 
  81. ;   currently wearing that armor item or the armor item
  82. ;   you are wearing is in less than perfect condition, i.e. 
  83. ;   shown as Green on the armor icon indicator on screen)
  84.  
  85.     Aliases[27]=(Command="s_kAmmoAuto 301",Alias=TO_BuyKevlarVest)
  86.     Aliases[27]=(Command="s_kAmmoAuto 302",Alias=TO_BuyHelmet)
  87.     Aliases[27]=(Command="s_kAmmoAuto 303",Alias=TO_BuyThighPads)
  88.     Aliases[27]=(Command="s_kAmmoAuto 304",Alias=TO_BuyAllArmor)
  89.  
  90. ;  (this purchases armor items if you are either not 
  91. ;   currently wearing an armor item or the armor item
  92. ;   you are wearing is more than 50% damaged, i.e. 
  93. ;   shown as Red on the armor icon indicator on screen)
  94.  
  95.     Aliases[27]=(Command="s_kAmmoAuto 333",Alias=TO_BuyArmorNeeded)
  96.  
  97.  
  98. ;  -----------  Tactical Ops Night Vision  -------------------------------------------
  99. ;
  100. ;  (self explanatory)
  101.  
  102.     Aliases[27]=(Command="s_kAmmoAuto 401",Alias=TO_BuyNightVision)
  103.  
  104.  
  105. ;  -----------  Tactical Ops Ammunition Clip  ----------------------------------------
  106. ;
  107. ;  (this purchases one ammo clip for the Tactical Ops Weapon 
  108. ;   currently in your hands)
  109.  
  110.     Aliases[27]=(Command="s_kAmmoAuto 999",Alias=TO_BuyCurrentAmmo)
  111.  
  112.  
  113. ;  -----------  Tactical Ops Combinations  -------------------------------------------
  114. ;
  115. ;  You can mix and match any of the above commands in any combination.  To do this, 
  116. ;  make sure you insert a pipe symbol '|', normally located on the upper portion of
  117. ;  the the backslash key, with a space on each side between each command.
  118. ;
  119. ;  (this purchases a DEagle with a full load (5 ammo clips)
  120.  
  121.     Aliases[27]=(Command="s_kAmmoAuto 102 | s_kAmmoAuto 999 | s_kAmmoAuto 999 | s_kAmmoAuto 999 | s_kAmmoAuto 999 | s_kAmmoAuto 999",Alias=TO_BuyDEagle)
  122.  
  123. ;  (this purchases a Mossberg with a full load (6 ammo clips)
  124.  
  125.     Aliases[27]=(Command="s_kAmmoAuto 105 | s_kAmmoAuto 999 | s_kAmmoAuto 999 | s_kAmmoAuto 999 | s_kAmmoAuto 999 | s_kAmmoAuto 999 | s_kAmmoAuto 999",Alias=TO_BuyMossberg)
  126.  
  127. ;  (this purchases a FAMAS with a full load (5 ammo clips)
  128.  
  129.     Aliases[27]=(Command="s_kAmmoAuto 108 | s_kAmmoAuto 999 | s_kAmmoAuto 999 | s_kAmmoAuto 999 | s_kAmmoAuto 999 | s_kAmmoAuto 999",Alias=TO_BuyFamas)
  130.  
  131. ;  (this purchases 5 ammo clips for whatever Tactical Ops Weapon is 
  132. ;   currently in your hands, which is typically a full load)
  133.  
  134.     Aliases[27]=(Command="s_kAmmoAuto 999 | s_kAmmoAuto 999 | s_kAmmoAuto 999 | s_kAmmoAuto 999 | s_kAmmoAuto 999",Alias=TO_BuyCurrentAmmo)
  135.  
  136. ;  (this purchases a DEagle with a one extra ammo clip and any armor you need)
  137.  
  138.     Aliases[27]=(Command="s_kAmmoAuto 102 | s_kAmmoAuto 999 | s_kAmmoAuto 333",Alias=TO_BuyEmergency)
  139.  
  140.  
  141.